Code moved to the new script make-changelog-diff, called from here.
authorFrancesco Potortì <pot@gnu.org>
Mon, 10 Feb 2003 14:28:54 +0000 (14:28 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 10 Feb 2003 14:28:54 +0000 (14:28 +0000)
admin/make-announcement

index 3201a0108e782af6bd4e882f3ec1deb0c4cee2b3..9f69889e17bc6cc89c80ef6cd8b53bf7da591534 100755 (executable)
@@ -61,19 +61,6 @@ Changes since $OLD
 
 EOF
 
-cvs -q diff -b -r $oldtag -r $newtag $(find -name ChangeLog|sort) |
-    sed -n -e 's/^=\+/======/p' -e 's/^> //p' -e 's/^diff.*//p' \
-       -e 's/^RCS file: .cvsroot.emacs.emacs.\(.*\),v/\1/p' |
-    sed -n -e "/^======$/ {
-                N
-                N
-                h
-                d
-               }
-               H
-               s/.*//
-               x
-               s/^\n//
-              p"
+make-changelog-diff $oldtag $newtag
 
 echo " announcement created in $outfile" >&2